Fills a path using a specified brush.
シンタックス
'宣言
Public Overloads Sub FillPath( _
ByVal As IPath, _
ByVal As Brush, _
Optional ByVal As System.Nullable(Of RectangleF), _
Optional ByVal As System.Nullable(Of Matrix3x2) _
)
public void FillPath(
IPath ,
Brush ,
System.Nullable<RectangleF> ,
System.Nullable<Matrix3x2>
)
パラメータ
- path
- An object implementing the IPath interface that represents the path to fill.
- brush
- The brush used to fill the path.
- brushBounds
- The optional bounds for a gradient brush.
- brushTransform
- The transformation applied to the brush.
参照